home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / bcsrce2.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1990-10-17  |  232b  |  21 lines

  1. echo off
  2. cls
  3. cls
  4. echo.
  5. bigecho  ANSI.SYS
  6. echo.
  7. echo.
  8. echo.
  9. echo.
  10. echo.
  11. bigecho Installed?
  12. box2 1 1 23 80
  13. chekbox2 0 0
  14. if exist yes.yes goto ANSIYES
  15. ERASE no.no > nul
  16. bcdemo2
  17. :ANSIYES
  18. ERASE yes.yes > nul
  19. bcdemo
  20.  
  21.